* {
    width: 100%;
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.ENCABEZADO {
    width: 100%;
    display: flex;
}

.TITULO {
    width: 100%;
    padding: 0%;
    margin: 0%;
}
figure.TITULO img{
    border-radius: 0px !important;
}

.CONTENIDO {
    width: 100%;
    display: flex;
}

.CENTRAL {
    width: 100%;
    float: left;
    display: flexbox;
    
}
/*estilos para el aside*/
aside {
    width: 20%;
    float: right;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
}

aside p {
    width: 94%;
    padding: 3%;
    justify-content: center;
    text-align: center;
    align-items: center;
}
aside h1 {
    width: 94%;
    padding: 3%;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}

.frase{
    margin-top: 3%;
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-style: italic;
}
.frase h3 {
    
    text-align: center;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-size: 100%;
}
